home *** CD-ROM | disk | FTP | other *** search
- Path: slip23.niagara.com!dlindey
- From: dlindey@niagara.com
- Newsgroups: comp.lang.modula2
- Subject: RPN-Calculator-Stacks
- Date: Sat, 23 Mar 1996 11:16:44 UNDEFINED
- Organization: Internet Connect Niagara
- Message-ID: <dlindey.2.009AA2B5@niagara.com>
- NNTP-Posting-Host: slip23.niagara.com
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
-
- I am a part time COSC student at a local university. We are working on an
- assignment that simulates a RPN calculator. The concept associated with this
- assignment is the use of stacks. I'm having a bit of dificulty with the
- structure declarations. Is it necessary to inlude a field which points to a
- stack? The program is to handle 3 operations; STORE, DISPLAY and QUIT.
- There are 26 (lettered) registers available. The program is to use +,-,* and /
- only. Any suggestions or hints?
-
- Thanks
-